relation api profile does not exist django

25

Try running 
paython3 manage.py sqlmigrate <name_of_table> <name_of_migration>

Example: python3 manage.py sqlmigrate user 0001_initial
  
Or try deleting the migration and migrate again

Comments

Submit
0 Comments